/* 初始化样式开始 */
body {
  min-width: 1200px;
  margin: 0;
  color: #333;
  background-color: #f5f5f5;
}

body img {
  user-select: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-size: 100%;
}

img {
  border: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:active,
a:hover {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: initial;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
}

th,
td {
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
}

button,
input {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  border: none;
  background: none;
}

/* 初始化样式结束 */


/* 头部开始 */

.main_body {
  width: 1200px;
  margin: 0 auto;
}

.head_up_content {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.head_up p {
  font-size: 12px;
}

.head_up a:hover {
  text-decoration-color: #F65742;
}

.head_down {
  background-color: #fff;
}

.head_down_content {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.logo,
.logo img {
  display: block;
  height: 70px;
}

.search_from {
  width: 403px;
  height: 40px;
  background: #FFFFFF;
  border: 2px solid #F65742;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_from label {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_content {
  flex: 1;
  font-size: 14px;
  height: 100%;
  padding: 0 21px 0 14px;
}

.search_from button {
  width: 80px;
  height: 100%;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 23px;
  background: #F65742 url(/statics/files/img/search_btn.png) no-repeat;
  background-position: 15px 11px;
}

.search_from button:hover {
  background-color: rgb(235, 64, 42);
}

.search_type {
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.search_type ul {
  flex-shrink: 0;
  width: 74px;
  display: none;
  border: 1px solid #F65742;
  background-color: #fff;
  position: relative;
  right: 16px;
  top: 1px;
}

.search_type ul li {
  font-size: 14px;
  line-height: 26px;
  padding-left: 16px;
}

.search_type ul li:hover {
  color: #fff;
  background-color: #F65742;
}

.search_type_value {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  font-size: 14px;
  cursor: default;
  background: url(/statics/files/img/search_icon.png) no-repeat;
  background-position: 36px 16px;
}

.search_type_value:focus {
  color: #F65742;
}

.online_time {
  font-size: 16px;
  letter-spacing: 1px;
}

.head_phone {
  font-size: 22px;
  font-weight: bold;
  color: #F65742;
  padding-left: 28px;
  background: url(/statics/files/img/head_phone.png) no-repeat;
  background-position: 0 3px;
}

nav {
  width: 100%;
  height: 50px;
  background-color: #F65742;
}

nav ul {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}

nav ul li {
  flex: 1;
  line-height: 50px;
}

nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: none;
  background-color: #EA3A23;
}

nav .nav_school_title {
  flex: initial;
  width: 310px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #EA3A23;
}

/* 头部结束 */


/* 底部开始 */

body > footer {
  background-color: #333;
}

body > footer a:hover {
  text-decoration-color: #F65742;
}

.foot_infos {
  display: flex;
  padding: 34px 20px 0;
  box-sizing: border-box;
}

.foot_infos dl {
  flex: 1;
}

.foot_infos dl:last-child dd {
  color: #999;
  font-size: 14px;
}

.foot_infos dt {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 42px;
}

.foot_infos dt::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -16px;
}

.foot_infos dd {
  margin-bottom: 15px;
}

.foot_infos dd:last-child {
  margin-bottom: 0;
}

.foot_infos dd a {
  color: #999;
  font-size: 14px;
}

.foot_infos dd img {
  width: 120px;
  height: 120px;
}

.foot_copyright {
  border-top: 1px solid #515151;
  padding: 14px 0 23px;
}

.foot_copyright small {
  display: block;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #868686;
}

.foot_copyright small a {
  color: #868686;
}

.foot_copyright small.gwab img {
  width: 16px;
  vertical-align: text-bottom;
}

.friendly_links {
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.friendly_links ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
}

.friendly_links ul li,
.friendly_links ul a {
  height: 14px;
  line-height: 14px;
  display: flex;
  color: #999;
  font-size: 14px;
}

.friendly_links ul li {
  margin: 5px 0;
}

.friendly_links ul li:first-child {
  color: #ffffff;
  font-size: 16px;
}

.friendly_links ul li + li::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #999;
  margin: 0 10px;
}

.friendly_links ul li:last-child::after {
  display: none;
}

/* 底部结束 */

/* 隐私协议 */
.privacy {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000020;
}

.privacy_centainer {
  width: 800px;
  height: 80%;
  color: #343434;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 16px -4px #00000030;
  box-sizing: border-box;
  padding: 36px 20px 0;
}

.privacy_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.privacy_content {
  height: 78%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 20px 0 30px;
}

.privacy_content p {
  font-size: 14px;
  margin: 16px 0;
  pointer-events: none;
}

.privacy_content::-webkit-scrollbar {
  width: 5px;
}

.privacy_content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}

.privacy_content::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border-radius: 5px;
}

.privacy_centainer button {
  cursor: pointer;
  display: block;
  padding: 0 20px;
  height: 40px;
  border: 1px solid #eee;
  margin: 0 auto;
  font-size: 15px;
  border-radius: 3px;
}

.privacy_centainer button:hover {
  background-color: #eee;
}

/* 隐私协议 */

/* public start */

.banner {
  display: block;
  width: 100%;
  height: 100px;
}

.banner img {
  width: 100%;
  height: 100%;
  background-color: #F65742;
}

.box_title {
  flex-shrink: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
}

.box_title p,
.box_title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.box_title p::before,
.box_title h2::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: #F65742;
  position: absolute;
  left: 0;
}

.box_title a {
  font-size: 14px;
  color: #999;
}

.crumb {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.crumb a {
  color: inherit;
}

.crumb a,
.crumb span {
  flex-shrink: 0;
}

.crumb span:last-child {
  flex-shrink: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_school_content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.index_school_content a {
  width: 228px;
  height: 239px;
  margin-right: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  padding: 5px;
}

.index_school_content a:hover {
  border: 1px solid #F65742;
}

.index_school_content a:nth-child(5n) {
  margin-right: 0;
}

.index_school_content a:nth-last-child(-n+5) {
  margin-bottom: 0;
}

.index_school_content a > img {
  width: 216px;
  height: 140px;
  flex-shrink: 0;
}

.index_school_title {
  height: 32px;
  display: flex;
  align-items: center;
  margin: 10px 0 6px;
}

.index_school_title img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 6px;
}

.index_school_title p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_school_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 15px;
}

.index_school_info div {
  display: flex;
  align-items: center;
}

.index_school_info div svg {
  width: 10px;
  height: 14px;
  fill: #999;
  margin-right: 5px;
}

.index_school_info div span {
  font-size: 14px;
  color: #999;
  width: 86px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_school_info > span {
  width: 80px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 28px;
}

.index_school_content a > span {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 12px;
  height: 26px;
  background: #FFECE9;
  border-radius: 13px;
  font-size: 14px;
  color: #F65742;
  line-height: 26px;
  text-align: center;
}

.min_nav {
  width: 1200px;
  height: 40px;
  background-color: #FFF8F7;
  border: 1px solid #FFACA1;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 14px;
  padding: 0 20px;
  position: relative;
  flex-shrink: 0;
}

.min_nav > div,
.min_nav > div ul {
  display: flex;
  align-items: center;
  position: relative;
}

.min_nav_two {
  min-width: 300px;
  flex-shrink: 0;
  justify-content: flex-end;
}

.min_nav ul a:hover {
  text-decoration-color: #F65742;
}

.min_nav li {
  height: 14px;
  border-right: 1px solid #333;
  padding-right: 12px;
}

.min_nav li:first-child,
.min_nav li:last-child {
  padding-right: 0;
  border-right: none;
}

.min_nav li + li {
  margin-left: 12px;
}

.min_nav span {
  color: #F65742;
  font-weight: bold;
}

.min_nav > div > a {
  color: #F65742;
  margin-left: 24px;
}

.wechat_qrcode {
  width: 318px;
  height: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.wechat_qrcode_tltle {
  height: 50px;
  display: flex;
  align-items: center;
}

.wechat_qrcode_tltle p {
  flex: 1;
  height: 100%;
  cursor: default;
  line-height: 48px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
}

.wechat_qrcode_tltle .wqt_active {
  color: #fff;
  background: #F65742;
  border: 1px solid #F65742;
}

.wechat_qrcode_content {
  flex: 1;
  border: 1px solid #E8E8E8;
  border-top: none;
  text-align: center;
  box-sizing: border-box;
  padding: 0 30px;
}

.wechat_qrcode_content:last-child {
  display: none;
}

.wechat_qrcode_content img {
  width: 150px;
  height: 150px;
  margin: 30px 0 16px;
}

.wechat_qrcode_content p {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #F65742;
}

.wechat_qrcode_content span {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.index_article_school {
  width: 318px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.index_article_school_content {
  flex: 1;
  border: 1px solid #E8E8E8;
  border-top: none;
}

.iasc_item {
  height: 47px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
}

.iasc_item:last-child {
  border-bottom: none;
}

.iasc_rank {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #CDCDCD;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #FFF;
}

.iasc_item:nth-child(1) .iasc_rank {
  background-color: #FF3D1D;
}

.iasc_item:nth-child(2) .iasc_rank {
  background-color: #FF671D;
}

.iasc_item:nth-child(3) .iasc_rank {
  background-color: #FF9D1D;
}

.iasc_item a {
  font-size: 14px;
  color: #333;
  max-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iasc_item a:hover {
  text-decoration-color: #F65742;
}

.iasc_date {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0;
}

.index_article_school_content > a {
  display: block;
  width: 276px;
  height: 34px;
  background-color: #fff4f2;
  border: 1px solid #F65742;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  color: #F65742;
  text-align: center;
  line-height: 32px;
  margin: 6px auto 0;
}

.index_article_school_content > a:hover {
  text-decoration: none;
}


.list_register {
  width: 100%;
  height: 430px;
  display: flex;
  flex-direction: column;
  background-color: #fff8f7;
}

.list_register > img {
  width: 100%;
  flex-shrink: 0;
}

.list_register_content {
  flex: 1;
  border: 1px solid #FCD8D3;
  border-top: none;
  padding-top: 22px;
  text-align: center;
}

.list_register_content label {
  display: flex;
  align-items: center;
  margin-left: 13px;
  margin-bottom: 20px;
}

.list_register_content label:last-child {
  margin-bottom: 0;
}

.list_register_content label > span,
.list_register_content div > span {
  font-size: 14px;
}

.list_register_content label > span::before, 
.list_register_content div > span::before{
  content: "* ";
  color: red;
}

.list_register_content label input {
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  margin-left: 15px;
  padding: 0 12px;
}

.list_register_content label input:focus {
  border-color: #F65742;
}

.list_register_content button {
  cursor: pointer;
  display: block;
  width: 190px;
  height: 38px;
  margin: 0 auto;
  background: #F65742;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 6px;
}

.read_privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.read_privacy input {
  margin: 0;
  margin-right: 3px;
}

.privacy_view {
  color: #F65742;
}

.privacy_view:hover {
  cursor: pointer;
  text-decoration: underline;
}

.other_privacy_view{
    color: #F65742;
}

.other_privacy_view:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*河北站 right_form表单*/
.list_register_hb{
    height: auto;
}

.list_register_hb .list_register_content div{
    display: flex;
    align-items: center;
    margin-left: 13px;
    margin-bottom: 20px;
}
.list_register_hb .list_register_content div select{
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    margin-left: 15px;
    padding: 0 12px;
}

/* 文章 */
.index_article_cate_box {
  flex: 1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 14px;
}


.content table{
    width: initial !important;
}
.index_article_cate_item {
  width: 402px;
  height: 327px;
  margin-right: 24px;
  margin-bottom: 19px;
  display: flex;
  flex-direction: column;
}

.index_article_cate_item:nth-child(2n) {
  margin-right: 0;
}

.index_article_cate_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.index_article_cate_content {
  flex: 1;
  margin-top: 10px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  padding: 15px 13px;
}

.iacc_son li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0;
}

.iacc_son li:last-child {
  margin-bottom: 0;
}

.iacc_son li > a {
  font-size: 14px;
  color: #333;
  max-width: 256px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iacc_son li > a:hover {
  text-decoration-color: #F65742;
}

.iacc_son li span {
  font-size: 14px;
  color: #999;
}

.iacc_son .iaccs_one {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  white-space: initial;
}

.iaccs_one > a {
  display: flex;
  flex-shrink: 0;
  margin-right: 11px;
}

.iacc_son .iaccs_one > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

.iacc_son .iaccs_one img {
  width: 130px;
  height: 72px;
}

.iaccs_one_tle {
  max-width: 230px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.iaccs_one_tle:hover {
  text-decoration: underline;
  text-decoration-color: #F65742;
}

.iaccs_one_des {
  min-height: 38px;
  display: block;
  width: 100%;
  position: relative;
}

.iaccs_one_des a {
  color: #F65742;
  position: absolute;
  right: 8px;
  bottom: 0;
}

/* 文章 */

.rcmd_major_content,
.rcmd_school_content {
  border: 1px solid #e8e8e8;
  border-top: none;
}

.rcmd_school_content li {
  height: 85px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  margin: 0 18px;
}

.rcmd_school_content li:last-child,
.rcmd_school_content li:nth-last-child(2) {
  border-bottom: none;
}

.rcmd_school_content li > a {
  line-height: 0;
  margin-right: 8px;
}

.rcmd_school_content img {
  width: 60px;
  height: 60px;
}

.rcmd_school_content li div a {
  font-size: 16px;
  display: block;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rcmd_school_content li div a:hover {
  text-decoration-color: #f65742;
}

.rcmd_school_content li div p {
  font-size: 12px;
  color: #f65742;
  margin-top: 8px;
}

.rcmd_school_content li:last-child {
  justify-content: center;
}

.rcmd_school_content li:last-child a {
  display: block;
  width: 250px;
  height: 40px;
  margin-right: 0;
  background: #FFF4F2;
  box-sizing: border-box;
  border: 1px solid #F65742;
  font-size: 14px;
  color: #F65742;
  text-align: center;
  line-height: 38px;
  position: relative;
  bottom: 10px;
}

.rcmd_school_content li:last-child a:hover {
  text-decoration: none;
}

.search_key {
  padding: 0 5px;
  color: red;
}


/* 右侧悬浮菜单开始 */

.side_menu_right_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 310px;
  left: 50%;
  transform: translateX(650px);
}

.side_menu_right {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #00000012;
  --smrbox-size: 86px;
  --smrqrcode-size: 150px;
}

.side_menu_right li {
  width: var(--smrbox-size);
  height: var(--smrbox-size);
  margin-bottom: 1px;
}

.side_menu_right li:last-child {
  margin-bottom: 0;
}

.smr_icon {
  width: 31px;
}

.smr_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

.smr_item span {
  font-size: 14px;
  color: #333;
}

.smr_qrcode {
  display: none;
  width: var(--smrqrcode-size);
  height: var(--smrqrcode-size);
  position: absolute;
  left: calc((var(--smrqrcode-size) + 24px) * -1);
  top: calc((var(--smrqrcode-size) - var(--smrbox-size)) / 2 * -1);
  box-shadow: 0 0 10px 0 #00000012;
}

.smr_item:hover {
  text-decoration: none;
  background-color: #f65742;
}

.smr_item:hover .smr_qrcode {
  display: block;
}

.smr_item:hover span {
  color: #fff;
}

.smr_item::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #EBEBEB;
  position: absolute;
  bottom: -1px;
}

.smr_item:hover .smr_icon {
  filter: brightness(0%) invert(100%);
}

.side_menu_right li:last-child .smr_item::before {
  display: none;
}

.side_menu_right_box button {
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 12px;
}

.side_menu_right_box svg {
  width: 24px;
  height: 24px;
  fill: #ccc;
}

/* 右侧悬浮菜单结束 */

/* 新的右侧悬浮菜单开始 */
.side_menu_right_NewBox{
    width: 162px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 12px 10px;
    background-color: #F65742;
    align-items: center;
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(650px);
}
.side_menu_right_NewBox .NewBox_logo{
    width: 87px;
    height: 87px;
}
.side_menu_right_NewBox .NewBox_title{
    width: 132px;
    height: 21px;
    margin-top: 10px;
}
.side_menu_right_NewBox .NewBox_linkBox{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    border-radius: 9px;
}
.side_menu_right_NewBox .NewBox_link{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.side_menu_right_NewBox .NewBox_link li{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 0;
}
.side_menu_right_NewBox .NewBox_link>li:not(:last-child){
    border-bottom: 1px dashed #D6D6D6;
}
.side_menu_right_NewBox .NewBox_link li img{
    width: 15px;
    margin-left: 16px;
}
.side_menu_right_NewBox .NewBox_link li a{
    font-size: 14px;
    color: #333333;
    margin-left: 6px;
}
.side_menu_right_NewBox .NewBox_bmEnter{
    width: 130px;
    height: 36px;
    background: #F73F27;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    margin-top: 15px;
}
.side_menu_right_NewBox .NewBox_swiper{
    width: 100%;
    margin-top: 23px;
}
.side_menu_right_NewBox .NewBox_swiper .NewBox_slide{
    display: flex;
    flex-direction: column;
}
.side_menu_right_NewBox .NewBox_swiper .NewBox_slide span{
    width: 130px;
    height: 36px;
    background: #2283FB;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
}
.side_menu_right_NewBox .NewBox_swiper .NewBox_slide img{
    width: 128px;
    height: 128px;
    border: 1px solid #2283FB;
}
.side_menu_right_NewBox .NewBox_back{
    display: flex;
    flex-direction: column;  
    align-items: center;  
    margin-top: 20px;
}
.side_menu_right_NewBox .NewBox_back:hover{
    cursor: pointer;
}
.side_menu_right_NewBox .NewBox_back span{
    font-size: 16px;
    color: #FFFFFF;
}
.side_menu_right_NewBox .NewBox_back img{
    width: 14px;
    height: 14px;
    margin-top: 8px;
}
/* 新的右侧悬浮菜单结束 */

/* 在线咨询窗口位置开始 */
#doyoo_f_chat{
    inset: auto 0px 0px 0px !important;
}
/* 在线咨询窗口位置结束 */

/* public end */